home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / akcl1615.lha / h / dec3100.defs < prev    next >
Lisp/Scheme  |  1991-10-11  |  2KB  |  60 lines

  1. # /* copyright W. Schelter 1990 */
  2. # Machine dependent makefile definitions for dec 3100
  3. # akcl 505 worked under Ultrix V3.1C-0 (Rev. 42) with speed=0. -ie no -O
  4. # for the lisp files.
  5.  
  6. LBINDIR=/usr/local/bin
  7.  
  8. OFLAG   =
  9. LIBS    = -lm
  10. ODIR_DEBUG= -g
  11. NULLFILE = ../h/twelve_null
  12. SHELL=/bin/sh
  13.  
  14. # .IGNORE:
  15.  
  16. # This CC string will be used for compilation of the system,
  17. # and also in the compiler::*cc* variable for later compilation of
  18. # lisp files.
  19.  
  20. # also defined in `machine'.h file
  21. # The one here must be >= the one in the .h file.
  22. # It must be a multiple of 0x400000 greater that 0x400000 the
  23. # default text start.
  24. DBEGIN= c00000
  25.  
  26. # If you don't plan on linking in a lot of other stuff
  27. # like maxima, you can increase the -G 8 to -G 800 or so.
  28. # That should be a bit faster..
  29. # We have replaced -DVOL=volatile with -DVOL= since in ultrix 4.2
  30. # the volatile declaration is not correctly implemented.   Hopefully
  31. # it is not required there.
  32.  
  33. CC = cc -DVOL= -Olimit 798 -G 8 -I${AKCLDIR}/o  -I/usr/include/bsd
  34. LDCC = cc -Wl,-D -Wl,${DBEGIN}
  35.  
  36. # Where the original KCL distribution resides.
  37.  
  38. MAINDIR = /usr/new/kcl
  39.  
  40. # Enable the fastloading mechanism which does not use ld -A
  41. # requires c/rel_.. machine dependent code.
  42.  
  43. # RSYM  = rsym
  44. # SFASL = $(ODIR)/sfasl.o
  45.  
  46. # When using SFASL it is good to have (si::build-symbol-table)
  47. # INITFORM=(si::build-symbol-table)
  48. # incremental loading with -A requires -G 0
  49. # INITFORM=(setq compiler::*cc* "cc -DVOL=volatile -G 0 ")
  50. # until volatile works on this machine leave it out.
  51. INITFORM=(setq compiler::*cc* "cc -DVOL= -G 0 ")
  52.  
  53. # Use symbolic links
  54. SYMB=-s
  55.  
  56. MPFILES= ${MPDIR}/mpi.o ${MPDIR}/lo-sgi4d.o ${MPDIR}/libmport.a
  57.  
  58. RANLIB= ar lts
  59.  
  60.